JBoss Community Archive (Read Only)

PicketLink

Dealing With Passwords

This page will list details on dealing with passwords with PicketLink v2.5.0 onwards.



Text Based Password

org.picketlink.idm.credential.Password represents a text based password.

Password Encoding

org.picketlink.idm.password.PasswordEncoder is the interface dealing with password encoding

Algorithms Supported for Encoding

  • BCrypt

  • PBKDF2

  • SHA

Quickstarts

TBD

Tips

  • Look at the quickstarts to get an idea of injecting passwords into your applications.

  • Idea is to @Inject Password into your application. You can have a CDI producer method in the application that knows how to construct a Password instance. On Wildfly/JBoss EAP, this method can interact with the Vault.

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 12:19:37 UTC, last content change 2013-06-20 00:03:45 UTC.